'Declaration
Public Function New( _ ByVal collection As IEnumerable(Of XmlElement) _ )
'Usage
Dim collection As IEnumerable(Of XmlElement) Dim instance As New XmlElementCollection(collection)
public XmlElementCollection( IEnumerable<XmlElement> collection )
public: XmlElementCollection( IEnumerable<XmlElement^>^ collection )
Parameters
- collection
- A collection of XmlElement's to add to this collection